home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19990725-20000114 / 000060_news@columbia.edu _Tue Aug 24 11:18:55 1999.msg < prev    next >
Internet Message Format  |  2000-01-13  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA03178
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 24 Aug 1999 11:18:55 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA18172
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 24 Aug 1999 11:17:09 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: "kiran.k" <kirank@giasbma.vsnl.net.in>
  10. Subject: Re: make errors on RH6.0
  11. Date: Tue, 24 Aug 1999 20:54:42 +0500
  12. Organization: VSNL
  13. Message-ID: <Pine.SOL.3.96.990824205405.17027B-100000@giasbma>
  14. To: kermit.misc@columbia.edu
  15.  
  16. On Mon, 23 Aug 1999, kiran.k wrote:
  17.  
  18. > on compiling c-kermit 7.0.195 Beta.09 on RH 6.0 this is the result----
  19. >     .  
  20. > kuusx.c:30: term.h: No such file or directory 
  21. > ckuusx.c:3573: ncurses.h: No such file or directory 
  22. > make[2]: *** [ckuusx.o] Error 1
  23. > make[2]: Leaving directory `/home/slick' 
  24.  
  25. hi frank, thanx for the reply.
  26.  
  27. You were right when you said that i had an incomplete distribution.
  28. after obtaining and installing the ncurses-devel- package,it compiled with
  29. no problems.
  30.  
  31. I was thinking on the lines that since ncurses is used in
  32. dynamic lib. form,(which i did have),i did not understand why ncurses.h
  33. was required.
  34.  
  35. also, "make linuxnc" was failing because the file <term.h> was not found
  36. by "ckuusx.c".
  37.  
  38. thanx again.
  39. bye:-)
  40.